home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / pgm_util / vbrig / tipdemo4.fr_ / tipdemo4.fr (.txt)
Encoding:
Visual Basic Form  |  1995-04-13  |  1.0 KB  |  37 lines

  1. VERSION 2.00
  2. Begin Form MDIChild2 
  3.    Caption         =   "MDIChild2"
  4.    ClientHeight    =   1125
  5.    ClientLeft      =   2100
  6.    ClientTop       =   4755
  7.    ClientWidth     =   1935
  8.    Height          =   1530
  9.    HelpContextID   =   4000
  10.    Left            =   2040
  11.    LinkTopic       =   "Form4"
  12.    MDIChild        =   -1  'True
  13.    ScaleHeight     =   1125
  14.    ScaleWidth      =   1935
  15.    Top             =   4410
  16.    Width           =   2055
  17.    Begin CommandButton Command1 
  18.       Caption         =   "Command1"
  19.       Height          =   375
  20.       HelpContextID   =   4002
  21.       Left            =   360
  22.       TabIndex        =   1
  23.       Top             =   600
  24.       Width           =   1155
  25.    End
  26.    Begin TextBox Text1 
  27.       Height          =   285
  28.       HelpContextID   =   4001
  29.       Left            =   120
  30.       TabIndex        =   0
  31.       Text            =   "Text1"
  32.       Top             =   180
  33.       Width           =   1695
  34.    End
  35. Option Explicit
  36. 'See comments in TIPDEMO.BAS
  37.